[FEATURE] Global JSONParserConfiguration support#1050
[FEATURE] Global JSONParserConfiguration support#1050venkat-cheenu wants to merge 2 commits intostleary:masterfrom
Conversation
817811f to
cf05e39
Compare
|
The Java6 compiler error should be easy to fix, I think you just need to use this statement: AtomicReference may not be a good idea. This lib is not thread-safe, per design. Adding it here may give the impression the project is moving in that direction, which it is not. There are no unit tests for the new/changed code. If some maps need to be parsed with keep-null, and some maps without it, how would you get that behavior? I'm not convinced yet that this is the best approach. It may be that this problem should be fixed in user code. |
ddc057d to
348128f
Compare
I have removed AtomicReference and am now directly using the class.
I have added unit tests to cover the new and modified code.
This Global JSONParserConfiguration support enables user to have SystemWide setting for parsing Json. User can override it with new JSONParserConfiguration support when they dealing with to be parsed differently |
348128f to
56dda3c
Compare
|

No description provided.